home *** CD-ROM | disk | FTP | other *** search
- object SettingsForm: TSettingsForm
- Left = 105
- Top = 110
- HelpContext = 1640
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'General settings'
- ClientHeight = 403
- ClientWidth = 628
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Ok: TMMTNTBItBtn
- Left = 464
- Top = 374
- Width = 71
- Height = 25
- Caption = '&OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = OkClick
- end
- object Cancel: TMMTNTBItBtn
- Left = 548
- Top = 374
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 4
- end
- object CatLB: TTntListBox
- Tag = -1
- Left = 4
- Top = 8
- Width = 125
- Height = 346
- Style = lbOwnerDrawFixed
- IntegralHeight = True
- ItemHeight = 18
- Items.WideStrings = (
- 'View'
- 'Posting'
- 'Navigation'
- 'Connections'
- 'Misc'
- 'Attachments'
- 'Fonts/Colors'
- 'Article colors'
- 'Charsets'
- 'Confirmations')
- TabOrder = 0
- OnClick = CatLBClick
- end
- object Button1: TMMTNTBItBtn
- Left = 8
- Top = 376
- Width = 75
- Height = 25
- Caption = 'Help'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = Button1Click
- end
- object ContentPanel: TPanel
- Left = 136
- Top = 2
- Width = 497
- Height = 369
- BevelOuter = bvNone
- TabOrder = 1
- end
- end
-